<%@LANGUAGE="VBSCRIPT"%> <% Dim domenica__MMColParam domenica__MMColParam = "1" If (Request.QueryString("IdRecord") <> "") Then domenica__MMColParam = Request.QueryString("IdRecord") End If %> <% Dim domenica Dim domenica_numRows Set domenica = Server.CreateObject("ADODB.Recordset") domenica.ActiveConnection = MM_amici_STRING domenica.Source = "SELECT * FROM calendarioQuery WHERE idcalendario = " + Replace(domenica__MMColParam, "'", "''") + "" domenica.CursorType = 0 domenica.CursorLocation = 2 domenica.LockType = 1 domenica.Open() domenica_numRows = 0 %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> Disabili mentali: amici senza limiti

La domenica con Gesù

<%= DoDateTime((domenica.Fields.Item("data").Value), 1, -1) %>

<%=(domenica.Fields.Item("nomedomenica").Value)%>

<%=(domenica.Fields.Item("tempo").Value)%>

 

','letture','toolbar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes,width=400,height=600')"><%=(domenica.Fields.Item("1lettversetti").Value)%>','letture','toolbar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes,width=400,height=600')"><%=(domenica.Fields.Item("salversetti").Value)%>','letture','toolbar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes,width=400,height=600')"><%=(domenica.Fields.Item("2lettversetti").Value)%>','letture','toolbar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes,width=400,height=600')"><%=(domenica.Fields.Item("vanversetti").Value)%>

 

<%=(domenica.Fields.Item("vantitolo").Value)%>

" alt="<%=(domenica.Fields.Item("titolo").Value)%>" />

<%=(domenica.Fields.Item("vanlibro").Value)%>

<%=(domenica.Fields.Item("vantesto").Value)%>

 

Preghiamo

 

Signore Padre buono
e grande nel perdono,
concedici in questa Quaresima
di ritornare a Te con tutto il cuore
e di rinnovare nel profondo la nostra vita.

Guidaci con la tua Parola
nel cammino verso Gerusalemme
per star più vicino a Te
fin sotto la croce,
nell'attesa della tua Resurrezione.

Amen

Ti preghiamo ancora

 

- per la Comunità di Sant'Egidio in ogni parte del mondo, perchè sia protetta dal male

 

- per gli anziani che vivono in istituto

 

- per Haiti

 

- per la pace in tutto il mondo

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Hai stampato una pagina del sito www.santegidio.org

<% domenica.Close() Set domenica = Nothing %>